home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / unixlib.lha / unix / src / amigados.h < prev    next >
C/C++ Source or Header  |  1995-09-05  |  247b  |  11 lines

  1. #ifndef AMIGADOS_H
  2. #define AMIGADOS_H
  3.  
  4. int _alloc_amigafd(BPTR fh, long protection, long flags);
  5.  
  6. void _init_unixio(BPTR in, int close_in, BPTR out, int close_out,
  7.           BPTR error, int close_error);
  8. int _do_truncate(BPTR fh, off_t length);
  9.  
  10. #endif
  11.